home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / UTIL / MEMORY / OLD / MEM208SRC / !Memphis / cmhg' / filermem
Text File  |  1993-09-08  |  943b  |  23 lines

  1. module-is-runnable:
  2.  
  3. initialisation-code: fs_initialise
  4.  
  5. service-call-handler: fs_service
  6.  
  7. title-string: MemFSFiler
  8.  
  9. help-string: MemFSFiler 2.08 by BDB & Nick Smith
  10.  
  11. command-keyword-table: fs_command
  12.  
  13.         Desktop_MemFSFiler( min-args:0, max-args:0,
  14.                 help-text: "The MemFSFiler provides the MemFS icon on the icon bar, and uses the Filer to display MemFS directories.\r"
  15.                         "Do not use *Desktop_MemFSFiler, use *Desktop instead."
  16.                 invalid-syntax: "Syntax:\t*Desktop_MemFSFiler" ),
  17.         MemProtect( min-args:0, max-args:0,
  18.                 help-text: "The MemProtect command filters *SNew and *SLoad commands so that they are MemFS friendly."
  19.                 invalid-syntax: "Syntax:\t*MemProtect" ),
  20.         MemNormal( min-args:0, max-args:0,
  21.                 help-text: "The MemNormal command turns off *SNew and *SLoad filters."
  22.                 invalid-syntax: "Syntax:\t*MemNormal" )
  23.